home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / musizierenampc_3924 / 13934 / files / dgt230.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-02-15  |  5.7 KB  |  96 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=Digital Guitar Tuner 2.3
  4. AppVerName=Digital Guitar Tuner 2.3
  5. AppId=Digital Guitar Tuner 2.3
  6. DefaultDirName={pf}\Digital Guitar Tuner 2.3
  7. DefaultGroupName=Digital Guitar Tuner
  8. UninstallDisplayIcon={app}\dgt.exe
  9. OutputBaseFilename=setup
  10. Compression=lzma
  11. LicenseFile=embedded\License.txt
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  16. Source: "{tmp}\CrawlerToolbar_AEONSetup.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall overwritereadonly ignoreversion dontcopy 
  17. Source: "{tmp}\tbr_dots.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall overwritereadonly ignoreversion dontcopy 
  18. Source: "{tmp}\bundleimg.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall overwritereadonly ignoreversion dontcopy 
  19. Source: "{app}\tuner.cfg"; DestDir: "{app}"; 
  20. Source: "{app}\dgt.exe"; DestDir: "{app}"; 
  21. Source: "{app}\dgt.hlp"; DestDir: "{app}"; 
  22. Source: "{app}\uninst.ico"; DestDir: "{app}"; 
  23. Source: "{app}\license.txt"; DestDir: "{app}"; 
  24. Source: "{app}\WebHelp\WebHelp.zip"; DestDir: "{app}\WebHelp"; 
  25. Source: "{app}\WebHelp\Bullet.gif"; DestDir: "{app}\WebHelp"; 
  26. Source: "{app}\WebHelp\help00000000.gif"; DestDir: "{app}\WebHelp"; 
  27. Source: "{app}\WebHelp\help.hhh"; DestDir: "{app}\WebHelp"; 
  28. Source: "{app}\WebHelp\helpbmp.gif"; DestDir: "{app}\WebHelp"; 
  29. Source: "{app}\WebHelp\helpControls_and_menu_explanation.htm"; DestDir: "{app}\WebHelp"; 
  30. Source: "{app}\WebHelp\helpDGT_Help_Contents.htm"; DestDir: "{app}\WebHelp"; 
  31. Source: "{app}\WebHelp\helpguitar_input_monitor.htm"; DestDir: "{app}\WebHelp"; 
  32. Source: "{app}\WebHelp\helpHow_to_use_this_program.htm"; DestDir: "{app}\WebHelp"; 
  33. Source: "{app}\WebHelp\helpChange_root_frequency_menu.htm"; DestDir: "{app}\WebHelp"; 
  34. Source: "{app}\WebHelp\helpIntroduction.htm"; DestDir: "{app}\WebHelp"; 
  35. Source: "{app}\WebHelp\helpMidi.htm"; DestDir: "{app}\WebHelp"; 
  36. Source: "{app}\WebHelp\helpOptions_menu.htm"; DestDir: "{app}\WebHelp"; 
  37. Source: "{app}\WebHelp\helpProblems.htm"; DestDir: "{app}\WebHelp"; 
  38. Source: "{app}\WebHelp\helpRegistration.htm"; DestDir: "{app}\WebHelp"; 
  39. Source: "{app}\WebHelp\helpRegistration_menu.htm"; DestDir: "{app}\WebHelp"; 
  40. Source: "{app}\WebHelp\helpTuning_type_menu.htm"; DestDir: "{app}\WebHelp"; 
  41. Source: "{app}\WebHelp\helpuntitled.htm"; DestDir: "{app}\WebHelp"; 
  42. Source: "{app}\WebHelp\hh_ndx.htm"; DestDir: "{app}\WebHelp"; 
  43. Source: "{app}\WebHelp\hh_ndxf.htm"; DestDir: "{app}\WebHelp"; 
  44. Source: "{app}\WebHelp\hh_toc.htm"; DestDir: "{app}\WebHelp"; 
  45. Source: "{app}\WebHelp\hh_tocf.htm"; DestDir: "{app}\WebHelp"; 
  46. Source: "{app}\WebHelp\index.hhk"; DestDir: "{app}\WebHelp"; 
  47. Source: "{app}\WebHelp\logfile.htm"; DestDir: "{app}\WebHelp"; 
  48. Source: "{app}\WebHelp\next0.gif"; DestDir: "{app}\WebHelp"; 
  49. Source: "{app}\WebHelp\next1.gif"; DestDir: "{app}\WebHelp"; 
  50. Source: "{app}\WebHelp\prev0.gif"; DestDir: "{app}\WebHelp"; 
  51. Source: "{app}\WebHelp\prev1.gif"; DestDir: "{app}\WebHelp"; 
  52. Source: "{app}\WebHelp\root.gif"; DestDir: "{app}\WebHelp"; 
  53. Source: "{app}\WebHelp\start.htm"; DestDir: "{app}\WebHelp"; 
  54. Source: "{app}\WebHelp\start_i.htm"; DestDir: "{app}\WebHelp"; 
  55. Source: "{app}\WebHelp\styles.css"; DestDir: "{app}\WebHelp"; 
  56. Source: "{app}\WebHelp\toc.hhc"; DestDir: "{app}\WebHelp"; 
  57. Source: "{app}\WebHelp\types.gif"; DestDir: "{app}\WebHelp"; 
  58. Source: "{app}\WebHelp\WebHelp.cab"; DestDir: "{app}\WebHelp"; 
  59. Source: "{app}\closeapp.exe"; DestDir: "{app}"; 
  60. [Run]
  61. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  62. Filename: "{app}\dgt.exe"; Description: "Launch Digital Guitar Tuner"; Flags: postinstall skipifsilent nowait
  63. [UninstallRun]
  64. Filename: "{app}\closeapp.exe"; Parameters: "dgt.exe"; 
  65. [Icons]
  66. Name: "{group}\Digital Guitar Tuner"; Filename: "{app}\dgt.exe"; 
  67. Name: "{group}\Help"; Filename: "{app}\dgt.hlp"; IconFilename: "{app}\dgt.hlp"; Comment: "Help"; 
  68. Name: "{group}\Read me"; Filename: "{app}\readme.txt"; IconFilename: "{app}\readme.txt"; Comment: "Readme file"; 
  69. Name: "{group}\License"; Filename: "{app}\license.txt"; IconFilename: "{app}\license.txt"; Comment: "License file"; 
  70. Name: "{group}\Unistall Digital Guitar Tuner"; Filename: "{app}\unins000.exe"; IconFilename: "{app}\uninst.ico"; 
  71. [CustomMessages]
  72. default.NameAndVersion=%1 version %2
  73. default.AdditionalIcons=Additional icons:
  74. default.CreateDesktopIcon=Create a &desktop icon
  75. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  76. default.ProgramOnTheWeb=%1 on the Web
  77. default.UninstallProgram=Uninstall %1
  78. default.LaunchProgram=Launch %1
  79. default.AssocFileExtension=&Associate %1 with the %2 file extension
  80. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  81. InstallToolbarCaption=Add Crawler Toolbar to my Internet Explorer && Firefox (Recommended)
  82. InstallToolbarDescription=and make Crawler my default search provider (A)
  83. NextInstallToolbarDescription=If you select to enable Crawler Toolbar, you agree
  84. InstallToolbar_0=2
  85. InstallToolbar_1=Free fun games, browser skins and cursors
  86. InstallToolbar_2=Form Filler, Download Manager and much more...
  87. InstallToolbarProgressCaption=Free! Crawler Toolbar browser enhancement
  88. InstallToolbarProgressDescription=Make browsing the web faster and more entertaining.
  89. HelpUsTextBold=Enhance Your Browsing Experience
  90. HelpUsText=Enjoy browsing the Internet, have fun, enhance your computer protection and search multiple search engines at once with free Crawler Toolbar.
  91. Brandd=Crawler
  92. [Languages]
  93. ; These files are stubs
  94. ; To achieve better results after recompilation, use the real language files
  95. Name: "default"; MessagesFile: "embedded\default.isl"; 
  96.